home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 41
/
Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso
/
-seriously_amiga-
/
misc
/
amised
/
scripts
/
preverror.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-04-19
|
269b
|
25 lines
/* Next error */
OPTIONS RESULTS
OPTIONS FAILAT 31
ADDRESS 'SC_SCMSG'
'prev'
'text'
msg=result
'class'
class=result
'select'
ADDRESS 'AMISPORT.1'
IF msg='' THEN
DO
'Message " No errors." TIME=50'
END
ELSE
DO
'Message " '||class||': '||msg||'" TIME=50'
END